Deep-Dive Terraform on Azure by Ritesh Modi

Deep-Dive Terraform on Azure by Ritesh Modi

Author:Ritesh Modi
Language: eng
Format: epub
ISBN: 9781484273289
Publisher: Apress


© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021

R. ModiDeep-Dive Terraform on Azurehttps://doi.org/10.1007/978-1-4842-7328-9_5

5. Terraform Modules

Ritesh Modi1

(1)Hyderabad, Telangana, India

Terraform helps to automate infrastructure management using HCL scripts. HCL, as you know by now, is a declarative-based language comprising resource declaration and configuration. The scripts consist of root configuration and is the starting point of script execution. The root configuration can declare provider specific resources directly or instead they can use modules. Terraform provides modules that are essential building blocks for resources and the overall solution. Modules are Terraform scripts that are sourced from an external location and combined with the root configuration. Modules do not have the root configuration and are meant to be used within the root configuration. Modules solve some of the important infrastructure as code (IaC) issues such as reusability, standardization, uniformity, and consistency in deployments across environments, solutions, and teams.

This chapter will cover the following:Module overview



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.